JQuery提示$(...).on is not a function解决方法 报错: $(...).on is not a function 解决办法: 当前引入的jQuery版本过低导致报错,引入较高的版本即可。 ...